.header{height: auto; background: url(/global/header_bg2023_img.jpg) no-repeat 0 0; border: none; background-size: 100%;}
.body_bg{width: 100%;}
.header>.content{height: 150px;}
.header>.content>.logo{width: 420px; top:20px;}
.nav {
		display: block;
		position: absolute;
		width: 600px;
		top:90px;
		left:380px;
		z-index: 2;
		padding: 0 20px;
		clear: both;
		color: #fff;
	}
	
	.nav li {
		list-style: none;
		float: left;
		width: 150px;
		font-size: 24px;
		padding: 5px 10px;
		line-height: 30px;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		text-align: center;
		text-shadow: 1px 1px 1px #040404;
	}
	
	.nav  li a {
		text-shadow: 1px 1px 1px #040404;
		font-weight: bold;
		color: #FFFFFF;
		display: block;
		width: 100%;
		height: 100%;
		line-height: 30px;
	}
	
	.nav  li.active a {
		color: #0033cd;
		text-shadow: none;
	}
	
	.nav li+li::before {
		display: block;
		content: "";
		position: absolute;
		width: 1px;
		height: 14px;
		background-color: #fff;
		top: 14px;
		left: 0px;
	}
	
	.nav .line_100 {
		height: 60px;
		background: transparent;
	}
	
	.nav p {
		text-indent: 20px;
		font-weight: 600;
		margin: 10px 0 20px 0;
	}
.header>.content span.zwfwlink2021 {
    list-style: none;
	position: absolute;
	top: 90px;
	left: 1000px;
    width: 150px;
    height: 40px;
    font-size: 24px;
    padding: 5px 10px;
    line-height: 30px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px 1px #040404;
    background: url(/images/header2021_line.jpg) center left no-repeat;
}
.header>.content span.zwfwlink2021 a {
    text-shadow: 1px 1px 1px #040404;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
	font-size: 24px;
    width: 100%;
    height: 100%;
    line-height: 30px;
}

.page_top_tips{position: absolute; right: 0; top:8px; width: 279px;}
.page_top_tips span{float: left; margin-right: 10px;}
.search{position: absolute; right:80; top: 35px;}